home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
libs
/
netclb23
/
general.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-05-20
|
590b
|
20 lines
#ifndef GENERAL_H
#define GENERAL_H
/**********************/
/* General prototypes */
/**********************/
int GetNetwareVersion( int *supportedConns );
void NWstrcpy(char *destination,char *source,int count);
void NWintconvert(int in,nw_int *convert);
void NWlongconvert(unsigned long in,nw_long *convert);
int ServerID(char *Name);
int convertNWint(nw_int in);
long convertNWlong(nw_long *in);
void convertNWdate(nw_int date_in,char *date_out);
void convertNWtime(nw_int time_in,char *time_out);
void HexToChar(char *destination,byte *source,word count);
#endif